__android_log_buf_write

Writes the constant string text to the log buffer id, with priority prio and tag tag.

Apps should use __android_log_write() instead.

extern (C) nothrow @nogc
int
__android_log_buf_write
(
int bufID
,
int prio
,
const(char)* tag
,
const(char)* text
)

Meta